fix release and linting
Some checks failed
release-image / release-image (push) Failing after 7m43s

This commit is contained in:
Logan Cusano
2025-05-26 04:09:04 -04:00
parent 7031ff7ee4
commit 42ac4adadf
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_LATEST: nightly
CONTAINER_NAME: drb-client-discord-bot
CONTAINER_NAME: drb-frontend
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -53,5 +53,5 @@ jobs:
linux/arm64
push: true
tags: | # replace it with your local IP and tags
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 }}
git.vpn.cusano.net/logan/${{ env.CONTAINER_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
git.vpn.cusano.net/logan/${{ env.CONTAINER_NAME }}:${{ env.DOCKER_LATEST }}