Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gregyjames authored Apr 27, 2024
1 parent e349a82 commit 9c28f62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
docker_build_push_acr:
name: 'Docker Build and Push to ACR'
name: 'Docker Build and Push to GHCR'
runs-on: ubuntu-latest
environment: production

Expand All @@ -37,10 +37,10 @@ jobs:
${{ secrets.REGISTRY_LOGIN_SERVER }}/${{ env.lowercase_repo }}
tags: |
type=semver,pattern={{version}}
- name: 'Docker Login'
uses: azure/docker-login@v1
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
login-server: ghcr.io
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PAT_PACKAGE_TOKEN }}
- name: Build the frontend image and push it to ACR
Expand Down

0 comments on commit 9c28f62

Please sign in to comment.