Skip to content

Commit

Permalink
Reactredo (#7)
Browse files Browse the repository at this point in the history
* changed token

* wrote my own actions to build and publish

* forgot the v in the version number

* switched to using classic github token
  • Loading branch information
bensoer authored Apr 14, 2023
1 parent 5048750 commit 60ce79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CLASSIC_GITHUB_TOKEN }}

- name: Extract medata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 60ce79d

Please sign in to comment.