Skip to content

Commit

Permalink
Merge pull request #117 from sysulq/dependabot/github_actions/mr-smit…
Browse files Browse the repository at this point in the history
…hers-excellent/docker-build-push-6.3

Bump mr-smithers-excellent/docker-build-push from 6.2 to 6.3
  • Loading branch information
sysulq committed Feb 20, 2024
2 parents e9da86f + 4b157df commit 87cce9e
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 @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

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

0 comments on commit 87cce9e

Please sign in to comment.