Skip to content

Commit

Permalink
fix(ci): rootless suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 committed Jun 19, 2024
1 parent eeedb94 commit c984151
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish-rootless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=schedule,pattern=nightly
# Build and push Docker image with Buildx (don't push on PR)
flavor: |
suffix=-rootless,onlatest=true
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit c984151

Please sign in to comment.