1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2024-11-19 17:41:57 +02:00

Update docker-description.yml

This commit is contained in:
Bill Plein 2024-02-08 14:34:28 -06:00 committed by GitHub
parent 32ef262ec6
commit dffb0cd073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2.4.1
uses: peter-evans/dockerhub-description@v4
if: ${{ env.DOCKER_USERNAME != '' && env.DOCKER_PASSWORD != '' }}
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}