Skip to content

Commit

Permalink
.github: speculative upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Aug 1, 2024
1 parent 5efd87a commit 52bae0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
- linux/ppc64le
steps:
- uses: actions/checkout@v4
- uses: docker/metadata-action@v4
- uses: docker/metadata-action@v3
id: meta
with:
images: |
${{ github.repository }}
labels: |
org.opencontainers.image.source=https://github.com/troglobit/mg/tree/${{ github.sha }}/
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
id: build
with:
context: .
Expand Down

0 comments on commit 52bae0d

Please sign in to comment.