Skip to content

Commit

Permalink
fix for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
avbel committed Nov 15, 2023
1 parent fd794c2 commit 4378a8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Switching working directory
run: cd ./rust
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
Expand Down Expand Up @@ -75,7 +73,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
context: ./rust
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 4378a8d

Please sign in to comment.