Skip to content

Commit

Permalink
Fix pull-base
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Dec 4, 2022
1 parent a96098f commit d9cf407
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 d9cf407

Please sign in to comment.