Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Mar 16, 2024
2 parents 3ec6540 + cfa1e1f commit 0d7d718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
submodules: true
fetch-depth: 0
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
logout: false
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.2.0
- name: Push to GitHub Packages
uses: docker/build-push-action@v4.2.0
uses: docker/build-push-action@v5.3.0
with:
push: true
context: .
Expand Down

0 comments on commit 0d7d718

Please sign in to comment.