1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-09-16 09:26:25 +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

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