Skip to content

Commit

Permalink
fixes artifact image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed Oct 25, 2023
1 parent 47773a7 commit fade50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
context: .
load: true
file: casestudies/docker/Dockerfile
file: docker/Dockerfile
tags: ${{ env.IMAGE_TAG }}
labels: "runnumber=${{ github.run_id }}"
push: false
Expand All @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: casestudies/wireguard/docker/Dockerfile
file: docker/Dockerfile
tags: ${{ env.IMAGE_TAG }}
labels: "runnumber=${{ github.run_id }}"
push: true
Expand Down

0 comments on commit fade50c

Please sign in to comment.