From b0bf8da8eae329690c39eaaed6e68d448b4ab06d Mon Sep 17 00:00:00 2001 From: David Vadnais <56882532+DavidVadnais@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:11:08 +0000 Subject: [PATCH] Update build-standalone-docker-image.yml for worflow v4 --- .github/workflows/build-standalone-docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-standalone-docker-image.yml b/.github/workflows/build-standalone-docker-image.yml index 6dbaec31..00277557 100644 --- a/.github/workflows/build-standalone-docker-image.yml +++ b/.github/workflows/build-standalone-docker-image.yml @@ -7,11 +7,11 @@ on: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu 24 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Log in to Docker Hub run: echo '${{ secrets.DOCKER_HUB_PASS }}' | docker login -u djangohelpdesk --password-stdin