Skip to content

Commit

Permalink
missed checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry authored Dec 7, 2023
1 parent fae3612 commit 01fd041
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
packages: write

steps:
- name: Deploy to BSC GitLab Maven Repository
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
MAVEN_USERNAME: gitlab-bsc-maven
MAVEN_PASSWORD: ${{ secrets.BSC_GITLAB_MAVEN_REPO }}
- name: Checkout
uses: actions/checkout@v3

- name: Log into the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 01fd041

Please sign in to comment.