Skip to content

Commit 309b382

Browse files
authored
Update Docker image tag to use run_number
1 parent e9d5b5b commit 309b382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Build the Docker image
21-
run: docker build . --file Dockerfile --tag lidor-python-sce:$(date +%F)-${{ github.build_id }}
21+
run: docker build . --file Dockerfile --tag lidor-python-sce:$(date +%F)-${{ github.run_number }}

0 commit comments

Comments
 (0)