diff --git a/.gitea/workflows/node-npm.yaml b/.gitea/workflows/node-npm.yaml index 25a9718..32aa7ad 100644 --- a/.gitea/workflows/node-npm.yaml +++ b/.gitea/workflows/node-npm.yaml @@ -52,7 +52,7 @@ jobs: push: ${{ github.ref == 'refs/heads/main' }} tags: | git.kjan.de/actions/node-npm:latest - git.kjan.de/actions/node-npm:${{ gitea.run_number }} + git.kjan.de/actions/node-npm:${{ gitea.sha }} - # Temp fix # https://github.com/docker/build-push-action/issues/252 diff --git a/.gitea/workflows/node-ssh.yaml b/.gitea/workflows/node-ssh.yaml index 72984e9..0bd7c69 100644 --- a/.gitea/workflows/node-ssh.yaml +++ b/.gitea/workflows/node-ssh.yaml @@ -52,7 +52,7 @@ jobs: push: ${{ github.ref == 'refs/heads/main' }} tags: | git.kjan.de/actions/node-ssh:latest - git.kjan.de/actions/node-ssh:${{ gitea.run_number }} + git.kjan.de/actions/node-ssh:${{ gitea.sha }} - # Temp fix # https://github.com/docker/build-push-action/issues/252 diff --git a/.gitea/workflows/php-8.2.yaml b/.gitea/workflows/php-8.2.yaml index d34e463..944f9dc 100644 --- a/.gitea/workflows/php-8.2.yaml +++ b/.gitea/workflows/php-8.2.yaml @@ -52,7 +52,7 @@ jobs: push: ${{ github.ref == 'refs/heads/main' }} tags: | git.kjan.de/actions/php-8.2:latest - git.kjan.de/actions/php-8.2:${{ gitea.run_number }} + git.kjan.de/actions/php-8.2:${{ gitea.sha }} - # Temp fix # https://github.com/docker/build-push-action/issues/252 diff --git a/.gitea/workflows/php-deployer.yaml b/.gitea/workflows/php-deployer.yaml index abb3ede..7be1b51 100644 --- a/.gitea/workflows/php-deployer.yaml +++ b/.gitea/workflows/php-deployer.yaml @@ -52,7 +52,7 @@ jobs: push: ${{ github.ref == 'refs/heads/main' }} tags: | git.kjan.de/actions/php-deployer:latest - git.kjan.de/actions/php-deployer:${{ gitea.run_number }} + git.kjan.de/actions/php-deployer:${{ gitea.sha }} - # Temp fix # https://github.com/docker/build-push-action/issues/252 diff --git a/.gitea/workflows/rust-node.yaml b/.gitea/workflows/rust-node.yaml index d96fd57..d6cd93c 100644 --- a/.gitea/workflows/rust-node.yaml +++ b/.gitea/workflows/rust-node.yaml @@ -52,7 +52,7 @@ jobs: push: ${{ github.ref == 'refs/heads/main' }} tags: | git.kjan.de/actions/rust-node:latest - git.kjan.de/actions/rust-node:${{ gitea.run_number }} + git.kjan.de/actions/rust-node:${{ gitea.sha }} - # Temp fix # https://github.com/docker/build-push-action/issues/252