Skip to content

Commit

Permalink
fix for ghub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Azulinho committed Jan 5, 2023
1 parent 47e0521 commit bc25308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tag_cryptobot_img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
docker pull ubuntu:focal

- name: docker build latest
run:
run: |
./run build TAG=latest
docker -t ghcr.io/azulinho/cryptobot:latest ghcr.io/azulinho/cryptobot:${{ github.ref_name }}
- name: docker push latest and tag
run:
run: |
docker push ghcr.io/azulinho/cryptobot:latest
docker push ghcr.io/azulinho/cryptobot:${{ github.ref_name }}
Expand Down

0 comments on commit bc25308

Please sign in to comment.