changing image
Some checks failed
Build and Publish Docker Image / build (push) Failing after 27s

This commit is contained in:
Timothy Rogers 2025-05-24 11:44:28 -04:00
parent f1065bd187
commit a0c0d9c1a6

View file

@ -10,6 +10,7 @@ on:
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
container: ubuntu:latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -28,7 +29,7 @@ jobs:
- name: Login to Container Registry - name: Login to Container Registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: ${{ vars.FORGEJO_REGISTRY }} registry: ${{ vars.FORGEJO_REGISTRY }}
username: ${{ vars.FORGEJO_USER }} username: ${{ vars.FORGEJO_USER }}