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 34013dd commit 895858bCopy full SHA for 895858b
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
# First we pull the image, hopefully it will act as a cache to speed
21
# up the build.
22
- name: Docker Pull
23
- run: docker pull "${{ env.IMAGE }}:${{ env.TAG }}"
+ run: docker pull "${{ env.IMAGE }}:${{ env.TAG }}-ci"
24
continue-on-error: true
25
- name: Docker Build
26
run: docker build -t "${{ env.IMAGE }}:${{ env.TAG }}-ci" "${{ env.TAG }}"
0 commit comments