Skip to content

Commit 3201ad9

Browse files
committed
fix workflow
1 parent 3a1100e commit 3201ad9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
21-
with:
22-
ref: stage
20+
uses: actions/checkout@v4
2321

2422
- name: Login to GitHub registry
2523
uses: docker/login-action@v2
@@ -58,4 +56,3 @@ jobs:
5856
tags: ${{ steps.meta.outputs.tags }}
5957
labels: ${{ steps.meta.outputs.labels }}
6058
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)