Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/build_docker_on_release.yml' with r…
Browse files Browse the repository at this point in the history
…emote 'template_workflows/auto_release/build_docker_on_release.yml'
  • Loading branch information
surchs committed Jan 23, 2024
1 parent fb2de60 commit a7540a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.TEST_USERNAME }}
password: ${ secrets.TEST_USERNAME }
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -27,4 +27,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/api:stable, ${{ secrets.DOCKERHUB_USERNAME }}/api:${{ github.event.release.tag_name }}
tags: ${{ secrets.TEST_USERNAME }}/api:latest, [object Object]/api:$

0 comments on commit a7540a4

Please sign in to comment.