Updated gitea workflows
Build and Push Alpine Image / Build and push image (rootless) (push) Has been cancelled Details
Build and Push Alpine Image / Build and push image (root-user) (push) Has been cancelled Details
Build and Push Ubuntu Image / Build and push image (root) (push) Has been cancelled Details
Build and Push Ubuntu Image / Build and push image (rootless) (push) Has been cancelled Details

This commit is contained in:
Aditya Prima 2024-09-12 00:59:36 +07:00
parent 7c87ba597e
commit 8c22c8d74b
2 changed files with 6 additions and 6 deletions

View File

@ -120,9 +120,9 @@ jobs:
- name: Login to Docker Winter Access Git Registry - name: Login to Docker Winter Access Git Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.winteraccess.id registry: docker.io
username: aditya.prima username: aprimediet
password: ${{ secrets.PATOKEN }} password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push 5.6 Images - name: Build and push 5.6 Images
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:

View File

@ -121,9 +121,9 @@ jobs:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.winteraccess.id registry: docker.io
username: aditya.prima username: aprimediet
password: ${{ secrets.PATOKEN }} password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push 5.6 Images - name: Build and push 5.6 Images
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: