Skip to content

Commit

Permalink
Merge pull request #11 from sysulq/dependabot/github_actions/mr-smith…
Browse files Browse the repository at this point in the history
…ers-excellent/docker-build-push-6.4

Bump mr-smithers-excellent/docker-build-push from 6.3 to 6.4
  • Loading branch information
sysulq committed May 7, 2024
2 parents ef34ddf + 6433eb1 commit 390aab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image to docker.io
uses: mr-smithers-excellent/docker-build-push@v6.3
uses: mr-smithers-excellent/docker-build-push@v6.4
with:
registry: docker.io
image: sophos/nginx-vtx-exporter
Expand All @@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}

- name: Build and push Docker image to ghcr.io
uses: mr-smithers-excellent/docker-build-push@v6.3
uses: mr-smithers-excellent/docker-build-push@v6.4
with:
registry: ghcr.io
image: nginx-vtx-exporter
Expand Down

0 comments on commit 390aab7

Please sign in to comment.