Skip to content

Commit

Permalink
Docker image release action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR1D committed Apr 6, 2024
1 parent 6f9d7f6 commit a5e2afc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Docker Image CI
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '*'

jobs:
build:
runs-on: ubuntu-latest
environment:
name: Docker Image

steps:
- name: Checkout
Expand Down

0 comments on commit a5e2afc

Please sign in to comment.