Skip to content

Commit

Permalink
docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
eufelipemateus committed May 2, 2024
1 parent edce702 commit df6df43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Build
run: docker build -t ${{ github.repository_owner }}/${{ github.event.repository.name }}:test -f ./docker/Dockerfile . # tag ${{ github.head_ref || github.ref_name }}

- name: Push docker
run: docker push ${{ github.repository_owner }}/${{ github.event.repository.name }}:test # tag ${{ github.head_ref || github.ref_name }}

- name: Write SSH keys
run: |
install -m 600 -D /dev/null ~/.ssh/id_rsa
Expand Down

0 comments on commit df6df43

Please sign in to comment.