Swap to use PAT for container pushing.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s
This commit is contained in:
parent
98b952b236
commit
a3502c80bd
1 changed files with 0 additions and 8 deletions
|
@ -26,14 +26,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Recommended for metadata action
|
fetch-depth: 0 # Recommended for metadata action
|
||||||
|
|
||||||
- name: Install Docker Client CLI
|
|
||||||
shell: sh
|
|
||||||
run: |
|
|
||||||
echo "Installing Docker client"
|
|
||||||
apk add docker
|
|
||||||
echo "Verifying docker client..."
|
|
||||||
docker --version
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue