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

Commit

Permalink
Re-add publish suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Mar 4, 2024
1 parent 760eb8c commit 7d4c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build & push image to GitHub Container Registry
run: bin/build.sh 22
run: bin/build.sh 22 ""

0 comments on commit 7d4c956

Please sign in to comment.