Skip to content

Commit

Permalink
fixing tiny bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtitus committed Dec 20, 2023
1 parent 27b1ad5 commit e984757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
echo $IMAGE_ID
echo "buildah push simline:latest $IMAGE_ID:latest"
buildah push --creds ${{ github.actor }}:${{ github.GITHUB_TOKEN }} simline:latest $IMAGE_ID:latest
buildah push --creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} simline:latest $IMAGE_ID:latest
echo "buildah push simline:latest $IMAGE_ID:$LATEST_TAG"
buildah push simline:latest $IMAGE_ID:$$LATEST_TAG

0 comments on commit e984757

Please sign in to comment.