File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218
218
uses : redhat-actions/buildah-build@v2
219
219
with :
220
220
image : ${{ github.event.repository.name }}
221
- tags : ${{ github.sha }}
221
+ tags : " pr- ${{ github.event.number }}"
222
222
containerfiles : |
223
223
./deploy/Containerfile
224
224
- name : Push To ghcr.io
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
uses : redhat-actions/buildah-build@v2
136
136
with :
137
137
image : ${{ github.event.repository.name }}
138
- tags : nightly ${{ github.sha }}
138
+ tags : nightly
139
139
containerfiles : |
140
140
./deploy/Containerfile
141
141
- name : Push To ghcr.io
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
with :
129
129
image : ${{ github.event.repository.name }}
130
130
# TODO: Tag version
131
- tags : latest ${{ github.sha }}
131
+ tags : latest
132
132
containerfiles : |
133
133
./deploy/Containerfile
134
134
- name : Push To ghcr.io
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
with :
128
128
image : ${{ github.event.repository.name }}
129
129
# TODO: Tag version
130
- tags : latest stable ${{ github.sha }}
130
+ tags : latest stable
131
131
containerfiles : |
132
132
./deploy/Containerfile
133
133
- name : Push To ghcr.io
You can’t perform that action at this time.
0 commit comments