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 20, 2023
1 parent f7e311f commit c2833d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-package-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
type=ref,event=branch,enable=${{ github.event_name != 'schedule' }}
type=ref,event=tag
type=schedule,pattern=nightly
type=raw,enable=${{ github.event_name != 'push tag' }},value=dev-${{ env.DISTRO }}
type=raw,enable=true,value=dev-${{ env.DISTRO }}
# 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 c2833d1

Please sign in to comment.