Skip to content

Commit

Permalink
removed duplicate docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
szandany committed Jun 1, 2023
1 parent 138e458 commit 49f3a82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ jobs:

# build the docker image using the Dockerfile in the root of the repository
# and tag it with the current run number from the github action workflow run
- name: Docker build
run: |
docker build . -t ghcr.io/${ORG_NAME}/${{ github.repository }}:${{ github.run_number }}
# - name: Docker build
# run: |
# docker build . -t ghcr.io/${ORG_NAME}/${{ github.repository }}:${{ github.run_number }}
- name: Log in to the GH Container Registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # using the docker login action from the github marketplace - github.com/marketplace/actions/docker-login
with:
Expand Down

0 comments on commit 49f3a82

Please sign in to comment.