Skip to content

Commit

Permalink
Update docker-publish-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Dec 12, 2023
1 parent 9f701eb commit fdf5f74
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-publish-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
with:
cosign-release: 'v1.11.0'


# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/[email protected]

# Login against the Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.DOCKER_REGISTRY }}
Expand All @@ -60,7 +55,6 @@ jobs:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}


# Login against the GitHub registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit fdf5f74

Please sign in to comment.