Skip to content

Commit

Permalink
Merge pull request #8 from Kikobeats/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
Kikobeats authored Jun 18, 2024
2 parents 1e67e88 + 966ef08 commit 47dd42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: kikobeats/docker-doctl:latest

0 comments on commit 47dd42d

Please sign in to comment.