Skip to content

Commit

Permalink
chore(backend): fix docker rootless build
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 committed Jun 19, 2024
1 parent 453b702 commit d644169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-rootless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
file: {context}/Dockerfile.rootless
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: {context}/Dockerfile.rootless
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker publish

on:
schedule:
- cron: '38 6 * * *'
- cron: '00 6 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand Down

0 comments on commit d644169

Please sign in to comment.