This commit is contained in:
Robin Appelman 2026-07-07 22:47:00 +02:00
commit bd968eafbf

View file

@ -12,8 +12,6 @@ jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
- name: Login to DockerHub - name: Login to DockerHub
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:
@ -21,7 +19,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push - name: Build and push
id: docker_build id: docker_build
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v7
with: with:
push: true push: true
load: true load: true