Skip to content

Commit

Permalink
fix: unecessary step params
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 12, 2022
1 parent 62eb108 commit e1b3d1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ jobs:
# secrets for registry auth
- name: DEBUG | Login to Container Registry 1
uses: docker/login-action@v2
run: sudo cat ~/.docker/config

- name: Config | Login to Container Registry
Expand All @@ -632,7 +631,6 @@ jobs:
cp /home/$(whoami)/.docker/config.json ./manifests/docker-config.json
- name: DEBUG | Login to Container Registry 2
uses: docker/login-action@v2
run: sudo cat ~/.docker/config

- name: K8s create registry-token secret
Expand Down

0 comments on commit e1b3d1e

Please sign in to comment.