It Builds Now

This commit is contained in:
Annika Merris 2024-02-02 19:59:51 -05:00
parent 4ab3700583
commit 6c71481a2b

View file

@ -18,8 +18,6 @@ jobs:
- name: Install docker - name: Install docker
shell: /bin/ash -e {0} shell: /bin/ash -e {0}
run: apk add --update docker git run: apk add --update docker git
# - name: Set up QEMU
# uses: https://github.com/docker/setup-qemu-action@v3
- name: Check out the repo - name: Check out the repo
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4
- name: Set up Docker Buildx - name: Set up Docker Buildx
@ -28,9 +26,6 @@ jobs:
driver-opts: | driver-opts: |
network=host network=host
config: .forgejo/build_configs/buildkitd.toml config: .forgejo/build_configs/buildkitd.toml
# - name: Print Some Debugging Info
# shell: /bin/ash -e {0}
# run: cat /tmp/docker-actions*/*
- name: Login to docker repo - name: Login to docker repo
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
@ -42,4 +37,4 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: forgejo.merr.is/${{ github.repository }}:0.1.${{ github.run_number }} tags: forgejo.merr.is/${{ github.repository }}:build.${{ github.run_number }}