Skip to content

Commit

Permalink
pin version and fix params
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <[email protected]>
  • Loading branch information
Jdubrick committed May 15, 2024
1 parent 9789d63 commit c94bd5b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pushimage-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,18 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push oci-registry docker image
uses: docker/build-push-action@v5.3.0
- name: Login to Quay.io
uses: docker/login-action@v3
with:
path: ./oci-registry
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
registry: quay.io
- name: Build and push oci-registry docker image
uses: docker/[email protected]
with:
context: ./oci-registry
repository: rh-ee-jdubrick/test-oci-registry
dockerfile: ./oci-registry/Dockerfile
file: ./oci-registry/Dockerfile
platforms: linux/amd64,linux/arm64
tags: next
tag_with_sha: true
Expand Down

0 comments on commit c94bd5b

Please sign in to comment.