Commit 02f8e0da authored by Steven's avatar Steven

chore: update actions

parent ebccef60
......@@ -19,7 +19,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: stevenlgtm
username: ${{ secrets.DOCKER_HUB_TOKEN }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Login to GitHub Container Registry
......@@ -54,7 +54,7 @@ jobs:
with:
context: .
file: ./scripts/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
......@@ -27,7 +27,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: stevenlgtm
username: ${{ secrets.DOCKER_HUB_TOKEN }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Login to GitHub Container Registry
......
......@@ -26,7 +26,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: stevenlgtm
username: ${{ secrets.DOCKER_HUB_TOKEN }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Login to GitHub Container Registry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment