Skip to content

Commit 1b7f630

Browse files
committed
Update build-and-push-docker-image.yml
1 parent 55743bd commit 1b7f630

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-push-docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v3
21+
with:
22+
ref: stage
2123

2224
- name: Login to GitHub registry
2325
uses: docker/login-action@v2
@@ -56,3 +58,4 @@ jobs:
5658
tags: ${{ steps.meta.outputs.tags }}
5759
labels: ${{ steps.meta.outputs.labels }}
5860
push: ${{ github.ref == 'refs/heads/stage' || github.ref == 'refs/heads/prod' || startsWith(github.ref, 'refs/tags/v') }}
61+
no-cache: true

0 commit comments

Comments
 (0)