Update build-standalone-docker-image.yml for worflow v4

This commit is contained in:
David Vadnais 2025-03-03 22:11:08 +00:00 committed by GitHub
parent 5e62a15274
commit b0bf8da8ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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