Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanhajian committed Mar 27, 2024
1 parent f3915d3 commit 5e44914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Log in to OVH Harbor
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: 6410l998.c1.gra9.container-registry.ovh.net
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
push: true
tags: 6410l998.c1.gra9.container-registry.ovh.net/unstoppable/unstoppable:latest
tags: 6410l998.c1.gra9.container-registry.ovh.net/webapp/unstoppable:latest

0 comments on commit 5e44914

Please sign in to comment.