Skip to content

Commit

Permalink
Merge pull request #7 from allmende/next
Browse files Browse the repository at this point in the history
Fix(CI): Differentiate workflows by name and use expected Docker Hub token
  • Loading branch information
almereyda authored May 10, 2024
2 parents 71083be + 91e6335 commit b61cd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
with:
registry: "docker.io"
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}

-
name: Login to GitHub Packages Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.plugins.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pretalx OCI image
name: Pretalx extended OCI image

on:
pull_request:
Expand Down

0 comments on commit b61cd65

Please sign in to comment.