Skip to content

Commit

Permalink
Update actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Apr 8, 2023
1 parent ef8a080 commit decf0d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
name: GitHub Packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ghcr.io/beattogether/beat-together-status-api
tags: |
Expand All @@ -17,14 +17,14 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v1
- uses: docker/build-push-action@v2
- uses: docker/setup-qemu-action@v2
- uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64
Expand Down

0 comments on commit decf0d6

Please sign in to comment.