Skip to content

Commit

Permalink
actions: explicitly login before manifest create
Browse files Browse the repository at this point in the history
I think not being explicitly logged in is what was causing the problem.
At least it's the best guess I have.
  • Loading branch information
trws committed Aug 18, 2023
1 parent ab2b191 commit d40ee05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
if: >
(startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
run: |
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker manifest create fluxrm/flux-core:bookworm fluxrm/flux-core:bookworm-amd64 fluxrm/flux-core:bookworm-386 fluxrm/flux-core:bookworm-arm64
docker manifest push fluxrm/flux-core:bookworm

0 comments on commit d40ee05

Please sign in to comment.