Reset build step and disabled for now
All checks were successful
Lint / lint (push) Successful in 19s

This commit is contained in:
Logan Cusano
2025-02-23 20:33:36 -05:00
parent d41ed60ee6
commit acb72eff03

View File

@@ -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 }}
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 }}