We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef311de commit 914b7a5Copy full SHA for 914b7a5
1 file changed
.github/workflows/docker.yml
@@ -45,5 +45,5 @@ jobs:
45
context: .
46
file: ./docker/ubuntu.Dockerfile
47
platforms: linux/amd64,linux/arm64
48
- push: true # ${{ github.ref == 'refs/heads/master' }}
+ push: ${{ github.ref == 'refs/heads/master' }}
49
tags: ghcr.io/learning-process/ppc-ubuntu:latest
0 commit comments