Skip to content

Commit

Permalink
Test docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Mar 15, 2024
1 parent 0286b82 commit f04d1b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '37 18 * * 0'
push:
branches: [ "main" ]
branches: [ "dev" ]
# Publish semver tags as releases.
tags: [ "**" ]

Expand Down Expand Up @@ -92,11 +92,9 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags: "dev"
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max

# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
Expand Down

0 comments on commit f04d1b4

Please sign in to comment.