Skip to content

Commit

Permalink
Update github-package-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight committed Jul 19, 2023
1 parent 5b392e7 commit bb5ecfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-package-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
type=ref,event=tag
type=raw,enable=${{ github.event_name == 'schedule' }},value=latest
type=raw,enable=${{ github.event_name == 'schedule' }},value=dev-ubuntu
type=raw,enable=${{ github.event_name == 'workflow_dispatch' }},value=latest
type=raw,enable=${{ github.event_name == 'workflow_dispatch' }},value=dev-ubuntu
# type=raw,enable=${{ github.event_name == 'workflow_dispatch' }},value=latest
# type=raw,enable=${{ github.event_name == 'workflow_dispatch' }},value=dev-ubuntu

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit bb5ecfd

Please sign in to comment.