Skip to content

Commit

Permalink
Checking if renaming the image works
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Dec 16, 2024
1 parent 0cf24c4 commit c5cfbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-twostep-container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
container-file-1: twostep-container-build/examples/Containerfile.dependencies
container-file-2: twostep-container-build/examples/Containerfile
first-step-cache-key: ${{ hashFiles('twostep-container-build/examples/Containerfile.dependencies') }}
image: cdcgov/cfa-actions
image: cdcgov/cfa-actions-with-args
build-args-2: |
GH_SHA=${{ github.sha }}
push-image-1: false
push-image-2: false

- name: Listing the labels from the image
run: |
docker inspect ghcr.io/cdcgov/cfa-actions:${{ steps.twostep-2.outputs.tag }} \
docker inspect ghcr.io/cdcgov/cfa-actions-with-args:${{ steps.twostep-2.outputs.tag }} \
--format='{{json .Config.Labels}}' | jq .

0 comments on commit c5cfbda

Please sign in to comment.