diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 73580aa..312dc2f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -5,22 +5,22 @@ on: jobs: docker: - runs-on: docker + runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest steps: - name: Checkout - uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 - name: Login - uses: https://github.com/docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0 with: registry: git.keine.cloud username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: https://github.com/docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # 5.1.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # 5.1.0 with: push: true tags: git.keine.cloud/${{ env.GITHUB_REPOSITORY }}:latest diff --git a/README.md b/README.md index 8ba877f..047711f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Forgejo action test: Docker +# Gitea action test: Docker -Is it possible to have docker container build and hosted in Forgejo? +Is it possible to have docker container build and hosted in Gitea?