Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update publish-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3n3a authored Apr 22, 2023
1 parent ae9afe3 commit c5060d6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
# list of Docker images to use as base name for tags
images: |
3n3a/httpproxy-cache-api:latest
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{version}}
type=sha
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -29,4 +41,5 @@ jobs:
with:
context: .
push: true
tags: 3n3a/httpproxy-cache-api:latest
tags: ${{ steps.output.meta.tags }}
labels: ${{ steps.output.meta.labels }}

0 comments on commit c5060d6

Please sign in to comment.