We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbd42df + 3b549b6 commit 0c77062Copy full SHA for 0c77062
.github/workflows/docker.yml
@@ -6,8 +6,17 @@ on:
6
- main
7
tags:
8
- '*'
9
+ pull_request:
10
+ branches:
11
+ - main
12
workflow_dispatch:
13
14
+permissions:
15
+ contents: read
16
+ packages: write
17
+ actions: read
18
+ security-events: write
19
+
20
jobs:
21
publish:
22
runs-on: SubtensorCI
@@ -40,5 +49,7 @@ jobs:
40
49
with:
41
50
context: .
42
51
push: true
43
- tags: ${{ steps.meta.outputs.tags }}
52
+ tags: |
53
+ ${{ steps.meta.outputs.tags }}
54
+ ghcr.io/${{ github.repository }}:latest
44
55
labels: ${{ steps.meta.outputs.labels }}
0 commit comments