Skip to content

Commit

Permalink
Merge pull request #27 from nbgrp/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-3

Bump docker/build-push-action from 2 to 3
  • Loading branch information
a-menshchikov authored May 8, 2022
2 parents 7f8d971 + b84cd7c commit ac81694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Push to Docker Hub
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
build-args: |
AUDITOR_VERSION=${{ steps.get-version.outputs.version }}
Expand Down

0 comments on commit ac81694

Please sign in to comment.