Skip to content

Commit

Permalink
v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 8, 2024
1 parent 60dc2a6 commit 77b050e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'Dockerfile'
- 'Dockerfile.arm'
- 'requirements.txt'
- 'movie_selector/**'
- 'movie_selector.py'
- '.github/workflows/**'
workflow_dispatch:

Expand Down Expand Up @@ -58,9 +58,9 @@ jobs:
push: true
tags: |
sahara101/movie-roulette:latest
sahara101/movie-roulette:v3.0
sahara101/movie-roulette:v3.1
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:v3.0
ghcr.io/${{ github.repository }}:v3.1
# Build ARM image
- name: Build and push ARM
Expand All @@ -72,6 +72,6 @@ jobs:
push: true
tags: |
sahara101/movie-roulette:arm-latest
sahara101/movie-roulette:arm-v3.0
sahara101/movie-roulette:arm-v3.1
ghcr.io/${{ github.repository }}:arm-latest
ghcr.io/${{ github.repository }}:arm-v3.0
ghcr.io/${{ github.repository }}:arm-v3.1

0 comments on commit 77b050e

Please sign in to comment.