Skip to content

Commit

Permalink
Merge pull request #13 from jbaldus/github_actions
Browse files Browse the repository at this point in the history
Updates github actions to more recent versions
  • Loading branch information
jbaldus authored Apr 30, 2024
2 parents 0f03f42 + 42f2381 commit 4508e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Build and push container
run: |
Expand Down

0 comments on commit 4508e04

Please sign in to comment.