Browse Source

Update Latest tag

master
nolim1t 4 years ago
parent
commit
aa5eefc13d
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 8
      .github/workflows/on-push-master.yml

8
.github/workflows/on-push-master.yml

@ -60,3 +60,11 @@ jobs:
--tag ${{ secrets.DOCKER_HUB_USER }}/$DOCKER_HUB_REPO:master-$SHORTSHA \
--output "type=registry" .
- name: Build against latest tag
run: |
docker buildx build \
--cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
--tag ${{ secrets.DOCKER_HUB_USER }}/$DOCKER_HUB_REPO:latest \
--output "type=registry" .

Loading…
Cancel
Save