瀏覽代碼

Update docker-publish.yml

Emrik Östling 1 年之前
父節點
當前提交
0fe40135fd
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/docker-publish.yml

+ 3 - 3
.github/workflows/docker-publish.yml

@@ -7,11 +7,11 @@ name: Docker
 
 on:
   push:
-    branches: [ "main" ]
+    branches: [ "master" ]
     # Publish semver tags as releases.
     tags: [ 'v*.*.*' ]
   pull_request:
-    branches: [ "main" ]
+    branches: [ "master" ]
   workflow_dispatch:
 
 env:
@@ -65,4 +65,4 @@ jobs:
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
           cache-from: type=gha
-          cache-to: type=gha,mode=max
+          cache-to: type=gha,mode=max