Skip to content

Commit 914b7a5

Browse files
committed
[CI] Switch Docker image build to master branch only
1 parent ef311de commit 914b7a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)