Skip to content

Commit 895858b

Browse files
committed
CI: Fix image tag
1 parent 34013dd commit 895858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# First we pull the image, hopefully it will act as a cache to speed
2121
# up the build.
2222
- name: Docker Pull
23-
run: docker pull "${{ env.IMAGE }}:${{ env.TAG }}"
23+
run: docker pull "${{ env.IMAGE }}:${{ env.TAG }}-ci"
2424
continue-on-error: true
2525
- name: Docker Build
2626
run: docker build -t "${{ env.IMAGE }}:${{ env.TAG }}-ci" "${{ env.TAG }}"

0 commit comments

Comments
 (0)