Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DiniFarb committed Jul 25, 2023
1 parent 25d693f commit d34caf3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dockerhub-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
- name: Build and push Docker images
run: |
version="${{ github.sha }}"
for dockerfile in ${{ steps.find-dockerfiles.outputs.changed_dockerfiles }}; do
folder=$(dirname $dockerfile)
docker build -t dinifarb/activemq:"$version" "$folder"
docker push dinifarb/activemq:"$version"
docker build -t dinifarb/activemq:"$folder" "$folder"
docker push dinifarb/activemq:"$folder"
done

0 comments on commit d34caf3

Please sign in to comment.