update deploy
This commit is contained in:
parent
8ae0597aeb
commit
78e3699305
1 changed files with 4 additions and 3 deletions
7
.github/workflows/deployment.yml
vendored
7
.github/workflows/deployment.yml
vendored
|
|
@ -29,10 +29,11 @@ jobs:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
registry: ${{ env.GITHUB_SERVER_URL }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
|
||||||
|
password: ${{ env.GITHUB_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: baobeld/rusty-api:latest
|
tags: rusty-hearts/api:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue