Skip to content

Commit

Permalink
Semantic versioning docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR authored Feb 15, 2024
1 parent 94794f2 commit 1123c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
password: ${{ env.DOCKER_PASSWORD }}

- name: Build and push Docker Image
uses: docker/build-push-action@v2
env:
NEW_VERSION: ${{ steps.version.outputs.version }}
uses: docker/build-push-action@v2
with:
context: ./
push: true
Expand All @@ -49,6 +49,8 @@ jobs:

- name: Build and push Docker Image
uses: docker/build-push-action@v2
env:
NEW_VERSION: ${{ steps.version.outputs.version }}
with:
context: ./
push: true
Expand Down

0 comments on commit 1123c84

Please sign in to comment.