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 462a023 commit 7ec5a5cCopy full SHA for 7ec5a5c
.github/workflows/build-docker-image.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
paths:
8
- 'build/dockerfile'
9
+ - 'build/requirements.txt'
10
+ - '.github/workflows/build-docker-image.yml'
11
12
jobs:
13
build-and-push:
@@ -28,5 +30,4 @@ jobs:
28
30
context: ./
29
31
dockerfile: build/dockerfile
32
push: true
- tags: ghcr.io/${{ github.repository }}:${{ github.sha }}
- tags: ghcr.io/${{ github.repository }}:latest
33
+ tags: ghcr.io/${{ github.repository }}:${{ github.sha }}, ghcr.io/${{ github.repository }}:latest
0 commit comments