Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Tkachuk committed Jan 24, 2024
1 parent 24e72be commit 9ea3614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: build image
run: |
docker buildx build -t helloworld:${{ github.event.head_commit.message }} -t helloworld:latest .
docker push helloworld:${{ github.event.head_commit.message }}
docker buildx build -t cnegovik/helloworld:${{ github.event.head_commit.message }} -t helloworld:latest .
docker push cnegovik/helloworld:${{ github.event.head_commit.message }}
docker_run:
runs-on: dev
needs: docker_build
Expand Down

0 comments on commit 9ea3614

Please sign in to comment.