Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 7, 2024
1 parent fad0bbc commit 7533ef1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to Docker Hub
if: ${{ github.event_name == 'push' && needs.check_version.outputs.version_changed == 'true' }}"
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -180,12 +181,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Extract metadata
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_NAME }}

- name: Build push = ${{ github.event_name == 'push' && needs.check_version.outputs.version_changed == 'true' }}"
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 7533ef1

Please sign in to comment.