Skip to content

Commit

Permalink
fix(ci): 🐛 (#387) issues within ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Sep 24, 2023
1 parent 309cecc commit b8f5f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
images: |
andyAugustin/${{ matrix.variant }}
ghcr.io/AndreasAugustin/${{ matrix.variant }}
tags: ${{ inputs.tag }}
tags: ${{ inputs.tag }},latest
- name: Build and push ${{ matrix.variant }}
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit b8f5f85

Please sign in to comment.