Skip to content

Commit

Permalink
Remove docker releated workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
trnubo committed Apr 18, 2023
1 parent 33434af commit ff3145e
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/goreleaser-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,34 +42,6 @@ jobs:
with:
install-only: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2

# The values provided to these two AWS steps are always the same for Panubo owned repos
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1-node16
with:
role-to-assume: ${{ env.GITHUB_ROLE_ARN }}
aws-region: us-east-1

- name: Login to ECR
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: public.ecr.aws

- name: Login to Quay.io
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.PANUBUILD_QUAYIO_USERNAME }}
password: ${{ secrets.PANUBUILD_QUAYIO_TOKEN }}

- name: Cache Go modules
uses: actions/cache@v3
with:
Expand All @@ -78,10 +50,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Make test
run: |
make test
- name: GoReleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ff3145e

Please sign in to comment.