Trying Some Hosts Shenanigans

This commit is contained in:
Annika Merris 2024-02-02 13:54:53 -05:00
parent fec2c60ea1
commit 43721a6167

View file

@ -36,6 +36,8 @@ jobs:
- name: Build and push the image
uses: https://github.com/docker/build-push-action@v5
with:
add-hosts: |
forgejo.merr.is:10.42.10.53
context: .
push: true
tags: forgejo.merr.is/${{ github.repository }}:0.1.${{ github.run_number }}