Skip to content

Commit

Permalink
removed unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiort committed Feb 29, 2024
1 parent ef4b144 commit 844fae3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,15 @@ jobs:
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64,amd64'

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: kubero-meta
uses: docker/metadata-action@v5
Expand All @@ -51,9 +43,6 @@ jobs:
images: ${{ env.REGISTRY }}/${{ github.repository }}/kubero
tags: |
latest
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: kubero-build-and-push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 844fae3

Please sign in to comment.