Skip to content

Commit

Permalink
chore(deps): update github-tags action .github/workflows/docker.yaml …
Browse files Browse the repository at this point in the history
…to v4 (.github/workflows/docker.yaml)
  • Loading branch information
IK Renovate Bot authored and ivankatliarchuk committed Mar 25, 2024
1 parent 304e773 commit 27d2709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: prepare
id: prep
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
./bin/push.sh
- name: docker-hub-description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 27d2709

Please sign in to comment.