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 3a1100e commit 3201ad9Copy full SHA for 3201ad9
.github/workflows/build-and-push-docker-image.yml
@@ -17,9 +17,7 @@ jobs:
17
runs-on: ubuntu-20.04
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v3
21
- with:
22
- ref: stage
+ uses: actions/checkout@v4
23
24
- name: Login to GitHub registry
25
uses: docker/login-action@v2
@@ -58,4 +56,3 @@ jobs:
58
56
tags: ${{ steps.meta.outputs.tags }}
59
57
labels: ${{ steps.meta.outputs.labels }}
60
push: ${{ github.ref == 'refs/heads/stage' || github.ref == 'refs/heads/prod' || startsWith(github.ref, 'refs/tags/v') }}
61
- no-cache: true
0 commit comments