Skip to content

Commit

Permalink
Add checkout action for workflow to release Docker images (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Mar 13, 2024
1 parent 8f8bf56 commit 3774ba0
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 3774ba0

Please sign in to comment.