Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
Reset tag values
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaX86 committed Oct 25, 2021
1 parent 111c59f commit 8ac8fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI

on:
release:
type: [created]
type: [created, edited]

jobs:
docker:
Expand All @@ -14,15 +14,6 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Docker meta
id: meta
uses: docker/metadata-action@v3
with:
images: aerox86/stock-x
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -38,4 +29,4 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: aerox86/stock-x:latest-stable
2 changes: 1 addition & 1 deletion helm-charts

0 comments on commit 8ac8fed

Please sign in to comment.