From 867481bd3d1b2680f60e815b8f0ee980e88fabac Mon Sep 17 00:00:00 2001 From: bagas Date: Sun, 22 Jun 2025 17:35:48 +0700 Subject: [PATCH] update: add gitea action --- .gitea/workflows/build.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 40a0b4f..aa4d52a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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' \ No newline at end of file