diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml.bak similarity index 87% rename from .gitea/workflows/build.yml rename to .gitea/workflows/build.yml.bak index ffc8601..b4d5e6a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml.bak @@ -12,6 +12,7 @@ jobs: image: catthehacker/ubuntu:act-latest env: DOCKER_LATEST: nightly + CONTAINER_NAME: drb-client-discord-bot steps: - name: Checkout uses: actions/checkout@v4 @@ -51,8 +52,8 @@ jobs: context: . file: ./Dockerfile platforms: | - linux/arm64 + linux/amd64 push: true tags: | # replace it with your local IP and tags - git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} - git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} \ No newline at end of file + git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}/${{ env.CONTAINER_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} + git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}/${{ env.CONTAINER_NAME }}:${{ env.DOCKER_LATEST }} \ No newline at end of file