Skip to content

Commit

Permalink
Merge pull request #74 from devilbox/fix-pull-base
Browse files Browse the repository at this point in the history
Fix pull-base
  • Loading branch information
cytopia committed Dec 4, 2022
2 parents a96098f + d9cf407 commit bf52f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-name-version-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
uses: cytopia/shell-command-retry-action@v0.1.6
with:
command: |
make docker-pull-base-image VERSION="${{ matrix.version }}" ARCH=${{ matrix.arch }}
make docker-pull-base-image NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" ARCH=${{ matrix.arch }}
- name: Build
uses: cytopia/shell-command-retry-action@v0.1.6
Expand Down

0 comments on commit bf52f9c

Please sign in to comment.