Skip to content

Commit

Permalink
sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
malisharfer committed May 12, 2024
1 parent 70337e1 commit f856a45
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/yyy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,19 @@ jobs:

- name: 🛠️ Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: 🔑 Login to GHCR
uses: docker/login-action@v3
- name: 🗝️ Login to Container Registry
uses: azure/docker-login@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
login-server: ${{ secrets.REGISTRY_LOGIN_SERVER }}
username: ${{ secrets.AZ_USERNAME }}
password: ${{ secrets.AZ_PASSWORD }}

- name: 📃 Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}/${{ env.WORKING_DIR }}
images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/${{ env.WORKING_DIR }}:0.0.1
flavor: |
latest=false
tags: |
Expand Down

0 comments on commit f856a45

Please sign in to comment.