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 3cf599d commit aeab56aCopy full SHA for aeab56a
.github/workflows/image.yml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
39
- name: Checkout code
40
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
41
42
- name: Build and Push Docker Image
43
id: build_image
docker-compose.yml
@@ -9,7 +9,9 @@ services:
9
PY_VERSION: 3.12
10
tags:
11
- *image
12
- - duplocloud/pipe:${VERSION:-latest}
+ - duplocloud/pipe:${GIT_SHA:-latest}
13
+ - duplocloud/pipe:${GIT_REF:-latest}
14
+ - duplocloud/pipe:${GIT_TAG:-latest}
15
x-bake:
16
platforms:
17
- linux/amd64
0 commit comments