Skip to content

Commit

Permalink
temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
yunimoo committed Jul 14, 2024
1 parent fd2c2ce commit fc45a10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build docker images
on:
push:
tags: ["v*"]
branches: [ master ]
branches: [ fix-docker-build-architecture ]
workflow_dispatch:

permissions:
Expand All @@ -14,7 +14,6 @@ permissions:
id-token: write # needed for signing the images with GitHub OIDC Token
jobs:
build:
if: github.repository == 'arina999999997/elichika'
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand Down Expand Up @@ -54,11 +53,11 @@ jobs:
uses: docker/metadata-action@master
with:
images: |
docker.io/arina999999997/elichika
docker.io/yunimoo/elichika
flavor: |
latest=false
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/fix-docker-build-architecture' }}
- name: Build and push all platforms
id: build-and-push
Expand Down

0 comments on commit fc45a10

Please sign in to comment.