Push with creds
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m5s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m5s
This commit is contained in:
@@ -36,5 +36,5 @@ jobs:
|
||||
|
||||
- name: Push Docker Images
|
||||
run: |
|
||||
buildah push ${{ github.sha }} docker://git.kocoder.xyz/workspaces/go-workspace:${{ github.sha }}
|
||||
buildah push ${{ github.sha }} docker://git.kocoder.xyz/workspaces/go-workspace:latest
|
||||
buildah push --creds=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }} ${{ github.sha }} docker://git.kocoder.xyz/workspaces/go-workspace:${{ github.sha }}
|
||||
buildah push --creds=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }} ${{ github.sha }} docker://git.kocoder.xyz/workspaces/go-workspace:latest
|
||||
|
||||
Reference in New Issue
Block a user