Skip to content

Commit

Permalink
Merge pull request #184 from alps-asd/spike
Browse files Browse the repository at this point in the history
Update release workflow
  • Loading branch information
koriym authored Dec 7, 2023
2 parents 8a003f1 + 8760b12 commit e6e4875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-app-state-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build & Push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
file: docker/app-state-diagram/Dockerfile
context: .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-asd-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
uses: actions/checkout@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push to GitHub Container Registry
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ env.PACKAGE_NAME }}:${{ env.VERSION_NAME }}
Expand Down

0 comments on commit e6e4875

Please sign in to comment.