Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 50ee39a

Browse files
authored
Use PAT secret, tag as 5.5 in push.yml
1 parent dc60695 commit 50ee39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.repository_owner }}
19-
password: ${{ secrets.GITHUB_TOKEN }}
19+
password: ${{ secrets.PAT }}
2020
- name: Push Docker image
2121
uses: docker/build-push-action@v2
2222
with:
2323
file: ./Dockerfile
2424
push: true
2525
tags: |
26-
ghcr.io/swiftwasm/swiftwasm-action:5.4
26+
ghcr.io/swiftwasm/swiftwasm-action:5.5
2727
ghcr.io/swiftwasm/swiftwasm-action:latest

0 commit comments

Comments
 (0)