Skip to content

Commit

Permalink
Add checkout action for workflow to release Docker images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Mar 13, 2024
1 parent ee4860a commit a3a678c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
name: Docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

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

Expand Down

0 comments on commit a3a678c

Please sign in to comment.