Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolmin committed Nov 20, 2023
1 parent 745b92c commit 3c1303d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-tag-images.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Publish Docker tag images

on:
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9].[0-9].[0-9]-testnet'
branches:
- 'fix/build-crash'

env:
DOCKER_REGISTRY: europe-docker.pkg.dev
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
with:
context: .
file: ./Dockerfile
push: true
push: false
tags: |
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.ref_name }}
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.ref_name }}-test
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest

0 comments on commit 3c1303d

Please sign in to comment.