Skip to content

Commit

Permalink
re-instated 'latest' tag for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
moleculekayak committed Aug 2, 2024
1 parent fd8f83e commit 8ec3228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ jobs:
type=ref,event=tag
type=raw,value=dev,enable=${{ github.event_name != 'release' && github.event_name != 'workflow_dispatch' }}
type=raw,value=${{ inputs.docker_tags }},enable=${{ github.event_name == 'workflow_dispatch' }}
# TODO: change to auto once I'm happy with the setup
flavor: |
latest=false
latest=auto
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 8ec3228

Please sign in to comment.