Skip to content

Commit ecfe170

Browse files
committed
[TEST - DELETE ME] test push to test repo
1 parent 16ea1e8 commit ecfe170

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
REGISTRY: quay.io
2323
# The following is stored in a per-repo env config variable
2424
# github.repository as <account>/<repo>
25-
QUAY_IMAGE_NAME: validatedpatterns/utility-container
25+
QUAY_IMAGE_NAME: validatedpatterns/utility-container-test
2626

2727

2828
jobs:
@@ -95,7 +95,6 @@ jobs:
9595

9696
create-multiarch-manifest:
9797
needs: [build-container]
98-
if: github.event_name != 'pull_request'
9998
runs-on: ubuntu-latest
10099
permissions:
101100
contents: read
@@ -151,7 +150,7 @@ jobs:
151150
with:
152151
images: ${{ env.REGISTRY }}/${{ env.QUAY_IMAGE_NAME }}
153152
flavor: |
154-
latest=${{ github.ref == 'refs/heads/main' }}
153+
latest=true
155154
156155
# Create and push multi-arch manifest
157156
- name: Create and push multi-arch manifest

0 commit comments

Comments
 (0)