Skip to content

Commit

Permalink
Merge pull request #1179 from kiosion/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5.3.0

chore(deps): bump docker/build-push-action from 5.1.0 to 5.3.0
  • Loading branch information
kiosion authored Mar 24, 2024
2 parents e0f1fb4 + 34baa20 commit 31d1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "::set-output name=token::${{ secrets.API_TOKEN }}"
fi
- name: Build and Push ${{ matrix.environment }} image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.3.0
with:
provenance: false
context: ./elixir-api
Expand Down

0 comments on commit 31d1e7e

Please sign in to comment.