Skip to content

Commit

Permalink
Change dockerhub login action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsntTheWay authored Feb 12, 2024
1 parent 63d62e7 commit 33676a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker login
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@v3
with:
username: thisisnttheway
password: ${{ secrets.DOCKER_HUB_SECRET }}
Expand All @@ -47,4 +47,4 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 33676a8

Please sign in to comment.