Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpherrinm committed Dec 15, 2024
1 parent bc3c3bf commit bb6886b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
persist-credentials: false

- name: Build
run: docker buildx . -f "${{ matrix.dockerfile }}" -t "${{ matrix.image }}"
run: docker buildx build . -f "${{ matrix.dockerfile }}" -t "${{ matrix.image }}"
2 changes: 1 addition & 1 deletion .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
persist-credentials: false

- name: Build
run: docker buildx . -f "${{ matrix.dockerfile }}" -t "${{ matrix.image }}"
run: docker buildx build . -f "${{ matrix.dockerfile }}" -t "${{ matrix.image }}"

- name: login
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
Expand Down

0 comments on commit bb6886b

Please sign in to comment.