Skip to content

Commit 70d580e

Browse files
authored
[CI] Switch Docker image build to master branch only (#575)
1 parent dd9441d commit 70d580e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
context: .
4646
file: ./docker/ubuntu.Dockerfile
4747
platforms: linux/amd64,linux/arm64
48-
push: true # ${{ github.ref == 'refs/heads/master' }}
48+
push: ${{ github.ref == 'refs/heads/master' }}
4949
tags: ghcr.io/learning-process/ppc-ubuntu:latest

0 commit comments

Comments
 (0)