Skip to content

Commit aeab56a

Browse files
committed
update actions/checkout version and enhance image tags in docker-compose
1 parent 3cf599d commit aeab56a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838

3939
- name: Checkout code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141

4242
- name: Build and Push Docker Image
4343
id: build_image

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ services:
99
PY_VERSION: 3.12
1010
tags:
1111
- *image
12-
- duplocloud/pipe:${VERSION:-latest}
12+
- duplocloud/pipe:${GIT_SHA:-latest}
13+
- duplocloud/pipe:${GIT_REF:-latest}
14+
- duplocloud/pipe:${GIT_TAG:-latest}
1315
x-bake:
1416
platforms:
1517
- linux/amd64

0 commit comments

Comments
 (0)