Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jun 14, 2024
1 parent 52c4485 commit 3e62a87
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish-dev-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,10 @@ on:
jobs:
publish-dev-base:
runs-on: ubuntu-latest
# strategy:
# matrix:
# platforms: ["linux/amd64"]
steps:
- name: "Checkout GitHub Action"
uses: actions/checkout@main

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

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: "Login to GitHub Container Registry"
uses: docker/login-action@v3
with:
Expand All @@ -40,7 +31,6 @@ jobs:
context: .
tags: ghcr.io/wearefuturegov/outpost-dev-base
file: .docker/images/dev-base/Dockerfile
# platforms: ${{ matrix.platforms }}
push: true
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Outpost dev base image
labels: org.opencontainers.image.source=https://github.com/wearefuturegov/outpost

0 comments on commit 3e62a87

Please sign in to comment.