Skip to content

Commit

Permalink
Bump docker meta action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
VonOx committed Aug 23, 2021
1 parent a3bfee8 commit ec3e2ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
uses: actions/checkout@v2
- name: 🐳 Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: docker/metadata-action@v3
with:
images: ${{ secrets.DOCKERHUB_REPO }}
label-custom: |
labels: |
org.opencontainers.image.title=Gladys Assitant Preprod Image
- name: 💽 Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docker-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ jobs:
uses: actions/checkout@v2
- name: 🐳 Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: docker/metadata-action@v3
with:
images: ${{ secrets.DOCKERHUB_REPO }}
label-custom: |
labels: |
org.opencontainers.image.title=Gladys Assitant Production Image
tag-sha: true
tag-semver: |
{{raw}}
v{{major}}
tags: |
type=semver,pattern={{version}}
type=semver,pattern=v{{major}}
type=sha
- name: 💽 Set up QEMU
uses: docker/setup-qemu-action@v1
- name: 🐳 Set up Docker Buildx
Expand Down

0 comments on commit ec3e2ca

Please sign in to comment.