Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antweiss authored Aug 22, 2024
1 parent f0c760a commit 250aa12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI

on:
push:
branches: [ "main" ]
branches: [ "main", "fixalloc" ]
pull_request:
branches: [ "main" ]

Expand All @@ -23,4 +23,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: otomato/crypter:latest
tags: otomato/crypter:${{ GITHUB_REF_NAME }}

0 comments on commit 250aa12

Please sign in to comment.