Skip to content

Commit

Permalink
update action to use renamed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kusatz committed Dec 9, 2024
1 parent 716b256 commit 10569db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches: [ "dev", "main" ]
pull_request:
branches: [ "dev" ]
branches: [ "dev", "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -72,9 +72,8 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: Dockerfile-test
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}-test
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 10569db

Please sign in to comment.