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.
2 parents ef6b453 + 50f949f commit f5d2c44Copy full SHA for f5d2c44
.github/workflows/deploy-prod.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout repository
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: Build image
27
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
0 commit comments