Skip to content

Commit

Permalink
Merge pull request MatrixTM#382 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Upgrade GitHub Actions
  • Loading branch information
MHProDev authored Aug 9, 2022
2 parents ce9bd40 + 3da51fb commit 01f6e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
push_image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand All @@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit 01f6e60

Please sign in to comment.