Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Spanos committed May 7, 2024
1 parent 51ef46a commit b022653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ secrets.CONTAINER_USERNAME }}
password: ${{ secrets.CONTAINER_PASSWORD }}
- name: Build and Push image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
context: ./api
Expand Down

0 comments on commit b022653

Please sign in to comment.