update: add gitea action
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 58s

This commit is contained in:
2025-06-22 17:35:48 +07:00
parent 31fb8d380b
commit 867481bd3d

View File

@ -12,16 +12,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: git.fossy.my.id
username: ${{ secrets.DOCKER_USERNAME }}
@ -33,7 +30,7 @@ jobs:
context: .
push: true
tags: |
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/filekeeper:latest
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:latest
platforms: linux/amd64,linux/arm64
if: github.ref == 'refs/heads/main'
@ -43,6 +40,6 @@ jobs:
context: .
push: true
tags: |
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/filekeeper:staging
git.fossy.my.id/${{ secrets.DOCKER_USERNAME }}/tunnl_please:staging
platforms: linux/amd64,linux/arm64
if: github.ref == 'refs/heads/staging'