Skip to content

Commit

Permalink
move to quay
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-donat committed Dec 9, 2024
1 parent 2934ff2 commit e00c0bc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Log in to Docker Hub
- name: Log in to Quay
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: roadio/env-echo
images: road/env-echo
flavor: |
latest=auto
tags: |
Expand All @@ -46,6 +47,6 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: docker.io/roadio/env-echo
subject-name: quay.io/road/env-echo
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit e00c0bc

Please sign in to comment.