Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rorp committed Nov 3, 2021
1 parent ac3939b commit a0bbe69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Run apt-get upadte
run: sudo apt-get update
- name: Install dependencies for docker buildx arm support
run: sudo apt-get install qemu qemu-user-static binfmt-support debootstrap -y
- name: 'Get Previous tag'
Expand Down

0 comments on commit a0bbe69

Please sign in to comment.