Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Oct 23, 2024
1 parent 32c2413 commit df65f4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- main

- "v*"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -13,8 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Extract build args
run: |
echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit df65f4d

Please sign in to comment.