Skip to content

Commit

Permalink
Update build_and_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malekvictor authored May 3, 2023
1 parent 3c44af8 commit 79e7eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build specify tag
run: |
echo 'build image: to bronbro/spacebox-crawler:${{github.ref_name}}'
echo 'build image: bronbro/spacebox-crawler:${{github.ref_name}}'
docker build -t bronbro/spacebox-crawler:${{github.ref_name}} --target=app .
- name: Build latest tag
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 79e7eeb

Please sign in to comment.