Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-soubeyrand committed Jan 2, 2024
1 parent 80f339d commit 6e005b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: "Build container image"
id: "build-image"
run: |
dagger call publish --registry 'ghcr.io' --username '${{ github.actor }}' --password '${{ github.token }}' --repository '${{ github.repository_owner }}/varnish'" --tag '${{ github.ref_name }}'
dagger call publish --registry 'ghcr.io' --username '${{ github.actor }}' --password '${{ github.token }}' --repository '${{ github.repository_owner }}/varnish' --tag '${{ github.ref_name }}'
- name: "Delete old container images"
id: "delete-old-images"
uses: "actions/delete-package-versions@v4"
Expand Down

0 comments on commit 6e005b7

Please sign in to comment.