Compare commits

..

No commits in common. "3539140df7658f5fca33842f11627246e97b7f65" and "c94fb2d0578b979adea894189339890c923ecedc" have entirely different histories.

View file

@ -10,7 +10,6 @@ jobs:
runs-on: pi
container:
image: scm.project42.io/elia/docker-actions-container:latest
options: --sysctl net.ipv6.conf.all.disable_ipv6=0 --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
@ -21,19 +20,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Forgejo Container Registry
uses: docker/login-action@v3
with:
registry: scm.project42.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REPOSITORY_SECRET }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/arm64
push: true
github_token: ${{ secrets.REPOSITORY_SECRET }}
tags: |
scm.project42.io/elia/ansible-actions-container:latest
scm.project42.io/elia/ansible-actions-container:python-3.12.2