We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9441d commit 70d580eCopy full SHA for 70d580e
.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