Skip to content

Commit

Permalink
Fix to use tags (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 authored May 24, 2021
1 parent 3317792 commit a486e4a
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 @@ -65,6 +65,6 @@ jobs:
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
push: ${{ github.ref == 'refs/heads/main' }}
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
file: Dockerfile
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit a486e4a

Please sign in to comment.