Push with creds
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m5s

This commit is contained in:
2026-05-16 15:55:38 +02:00
parent cdbfda50a9
commit 707c3927fb

View File

@@ -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