Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-02-05 23:11:38 -07:00
committed by GitHub
parent 83d9fbd446
commit 7e27c43bcd

View File

@@ -1,4 +1,4 @@
name: ci name: Build_Subgen_Dockerfile
on: on:
push: push:
@@ -26,6 +26,7 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-buildx-action@v3
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5