staging #1

Merged
bagas merged 5 commits from staging into main 2025-06-22 11:06:30 +00:00
Showing only changes of commit 867481bd3d - Show all commits

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'