We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e4de1 commit 19f5f56Copy full SHA for 19f5f56
.github/workflows/mirageos.yml
@@ -39,7 +39,7 @@ jobs:
39
context: .
40
file: ./docker/Dockerfile.muen-mirageos
41
platforms: linux/amd64
42
- push: ${{ github.ref == 'refs/heads/devel-59e3fac208fc-bob' }}
+ push: ${{ github.ref == 'refs/heads/devel' }}
43
cache-from: type=local,src=/tmp/.buildx-cache
44
cache-to: type=local,dest=/tmp/.buildx-cache
45
tags: |
0 commit comments