Skip to content

Commit

Permalink
Merge pull request #11 from AstarNetwork/fix/docker-image-ci
Browse files Browse the repository at this point in the history
Update docker-image.yml
  • Loading branch information
ehsanhajian committed Mar 27, 2024
2 parents f3915d3 + 5e44914 commit e3e0129
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
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 e3e0129

Please sign in to comment.