Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva committed Sep 29, 2023
1 parent f3ea526 commit 00129e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
- name: Build and push '-all' tags
id: docker_build
id: docker_build_all
uses: docker/build-push-action@v2
with:
push: true
Expand Down

0 comments on commit 00129e6

Please sign in to comment.