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

Commit

Permalink
bump login action and set local flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Ward committed Oct 17, 2023
1 parent 3ebc556 commit afc94af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
- uses: acorn-io/actions-setup@v2
with:
acorn-version: "main"
- uses: acorn-io/actions-login@v1
- uses: acorn-io/actions-login@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
local: true
- name: Set tag
run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build and Publish
Expand Down

0 comments on commit afc94af

Please sign in to comment.