Skip to content

Commit

Permalink
Secrets korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff committed Oct 11, 2023
1 parent 0cb5c45 commit 97214ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/epam-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
branches: [ "epam/build*" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand All @@ -29,7 +27,7 @@ jobs:
- uses: docker/#-action@v1
with:
registry: gitlab.citygo.es
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- id: docker_build
uses: docker/build-push-action@v2
Expand All @@ -50,7 +48,7 @@ jobs:
- uses: docker/#-action@v1
with:
registry: registry.gitlab.tpwd.de
username: ${{ secrets.GITLAB_USERNAME }}
username: ${{ secrets.GITLAB_USER }}
password: ${{ secrets.GITLAB_PASSWORD }}
- id: docker_build
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 97214ba

Please # to comment.