Skip to content

Commit

Permalink
ci: bump docker GH actions (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes authored Jan 29, 2025
1 parent c86b034 commit 8db2fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Build
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3
with:
driver: docker

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Build
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 8db2fb5

Please sign in to comment.