Skip to content

Commit

Permalink
Merge pull request #43 from cmahnke/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-16c4852926

Bump the github-actions group with 3 updates
  • Loading branch information
cmahnke authored Jul 23, 2024
2 parents 0aec7a2 + 742e403 commit 05de754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: true
fetch-depth: 0
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -25,9 +25,9 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.5.0
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
push: true
context: .
Expand Down

0 comments on commit 05de754

Please sign in to comment.