Commit 483c3462 authored by ansible-repo-updater[bot]'s avatar ansible-repo-updater[bot]
Browse files

chore: sync from template v1.1.0

parent b35a87d6
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -8,8 +8,11 @@ name: "Docker"
      - main
  push:
    tags:
      # Publish semver tags as releases.
      # Publish semver release tags.
      - "v[0-9]+.[0-9]+.[0-9]+"
      # Publish semver release candidates tags.
      - "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"

env:
  # Use docker.io for Docker Hub if empty
  REGISTRY: ghcr.io
@@ -28,7 +31,7 @@ jobs:

    steps:
      - name: Checkout repository
        uses: actions/checkout@v5
        uses: actions/checkout@v6

      # Workaround: https://github.com/docker/build-push-action/issues/461
      - name: Setup Docker buildx
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ jobs:
      cancel-in-progress: false
    steps:
      - name: Checkout
        uses: actions/checkout@v5
        uses: actions/checkout@v6
        with:
          fetch-depth: 0
          token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }}
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ jobs:
      contents: read
    steps:
      - name: Checkout
        uses: actions/checkout@v5
        uses: actions/checkout@v6
        with:
          fetch-depth: 0