Skip to content

Commit

Permalink
Merge pull request #122 from wbstack/tarrow-patch-1
Browse files Browse the repository at this point in the history
gh-actions: move to docker/metadata-action
  • Loading branch information
tarrow authored Apr 24, 2024
2 parents 6934896 + 4830c65 commit b4bc966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
-
name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5.5.1
uses: docker/metadata-action@v5.5.1
with:
images: ghcr.io/${{ github.repository }}
-
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit b4bc966

Please sign in to comment.