Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 5, 2024
1 parent 9047a7d commit 366ba9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
docker-release:
needs: config
if: needs.config.outputs.has-secrets
env:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
name: docker-release
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -72,6 +69,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Execute custom Node.js script
env:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
run: |
RELEASE="${{ github.event.release.tag_name }}"
FORCE_LATEST=""
Expand Down

0 comments on commit 366ba9b

Please sign in to comment.