Skip to content

Commit

Permalink
test.yml: fix docker build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 9, 2023
1 parent d6dafd5 commit 4ad2559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
build_test_push:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -34,8 +34,8 @@ jobs:
with:
context: .
load: true
tags: ${{ vars.ECR_REPOSITORY }}:${{ github.ref }}
tags: ${{ vars.ECR_REPOSITORY }}

- name: Test Docker Image
run: |
container-structure-test test --image ${{ vars.ECR_REPOSITORY }}:${{ github.ref }} --config tests/config.yaml
container-structure-test test --image ${{ vars.ECR_REPOSITORY }} --config tests/config.yaml

0 comments on commit 4ad2559

Please sign in to comment.