Skip to content

Commit

Permalink
remove buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
djsisson committed Jan 24, 2025
1 parent 8b76cfb commit 9861270
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
IMAGE_NAME: "portfolio"

jobs:
setup-warp:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,20 +32,12 @@ jobs:
warp-cli --accept-tos connect
shell: bash

- name: Validate Cloudflare WARP Config
run: |
warp-cli --accept-tos registration show
warp-cli --accept-tos status
shell: bash

- name: Login to registry
uses: docker/login-action@v3
with:
registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build image and push to registry
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 9861270

Please sign in to comment.