Skip to content

Commit

Permalink
ci: add nightly tags
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Sep 28, 2024
1 parent 291401a commit f1353aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.DEVELOPMENT_TAG }}
tags: ${{ env.DEVELOPMENT_TAG }},nightly

- name: Build and push nightly
if: github.ref_type == 'tag'
Expand Down

0 comments on commit f1353aa

Please sign in to comment.