Skip to content

Commit

Permalink
another spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 15, 2024
1 parent 7ed2fe6 commit 1583c78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Fetch artifacts from nexus
run: bash ./scripts/fetch-artifacts.sh ${{ matrix.images.artifact }} ${{ matrix.images.version }} ${{ matrix.images.extension }}
run: bash ./scripts/fetch-artifact.sh ${{ matrix.images.artifact }} ${{ matrix.images.version }} ${{ matrix.images.extension }}
env:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
working-directory: ${{ github.workspace }}

- name: Build Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 1583c78

Please sign in to comment.