Skip to content

Commit

Permalink
fixed order of buildah login command
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtitus committed Dec 20, 2023
1 parent d1d09f1 commit f68cab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v4

- name: Authenticate to ghcr
run: echo ${{ secrets.GITHUB_TOKEN }} | buildah login ghcr.io --username ${{ github.actor }} --password-stdin
run: echo ${{ secrets.GITHUB_TOKEN }} | buildah login --username ${{ github.actor }} --password-stdin ghcr.io

- name: Run build script
run: bash buildah_scripts/build.sh

Expand Down

0 comments on commit f68cab5

Please sign in to comment.