We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ea1e8 commit ecfe170Copy full SHA for ecfe170
1 file changed
.github/workflows/docker-publish.yml
@@ -22,7 +22,7 @@ env:
22
REGISTRY: quay.io
23
# The following is stored in a per-repo env config variable
24
# github.repository as <account>/<repo>
25
- QUAY_IMAGE_NAME: validatedpatterns/utility-container
+ QUAY_IMAGE_NAME: validatedpatterns/utility-container-test
26
27
28
jobs:
@@ -95,7 +95,6 @@ jobs:
95
96
create-multiarch-manifest:
97
needs: [build-container]
98
- if: github.event_name != 'pull_request'
99
runs-on: ubuntu-latest
100
permissions:
101
contents: read
@@ -151,7 +150,7 @@ jobs:
151
150
with:
152
images: ${{ env.REGISTRY }}/${{ env.QUAY_IMAGE_NAME }}
153
flavor: |
154
- latest=${{ github.ref == 'refs/heads/main' }}
+ latest=true
155
156
# Create and push multi-arch manifest
157
- name: Create and push multi-arch manifest
0 commit comments