Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
NazariiDenha committed Jul 1, 2024
1 parent 9367e29 commit 6fb63ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '*'
release:
types: [published]
workflow_dispatch:

jobs:
build-and-push:
Expand All @@ -23,7 +24,7 @@ jobs:
with:
images: scrolltech/l2geth
tags: |
type=semver,pattern={{version}},enable=${{ github.event_name == 'push' }}
type=semver,pattern={{version}},enable=${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 6fb63ce

Please sign in to comment.