Skip to content

Commit

Permalink
Semi-reverted docker release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
moleculekayak committed Jul 30, 2024
1 parent 6b5df4f commit 47a8e65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ on:
push:
branches:
- master
# release:
# types:
# - published
release:
types:
- published

jobs:
build_and_push_docker:
Expand All @@ -48,8 +48,9 @@ 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=auto
latest=false
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 47a8e65

Please sign in to comment.