aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-06 21:39:50 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-06 21:39:50 -0500
commit33a6fa693141e20956edff3ec5f16fff5a71d894 (patch)
tree8dcd7c6edb1b6810d953f3f8eed34bdd72248e51
parentTarget .NET Standard and .NET Framework instead of only .NET (diff)
downloadlocusts-33a6fa693141e20956edff3ec5f16fff5a71d894.tar
locusts-33a6fa693141e20956edff3ec5f16fff5a71d894.tar.gz
locusts-33a6fa693141e20956edff3ec5f16fff5a71d894.tar.bz2
locusts-33a6fa693141e20956edff3ec5f16fff5a71d894.tar.lz
locusts-33a6fa693141e20956edff3ec5f16fff5a71d894.tar.xz
locusts-33a6fa693141e20956edff3ec5f16fff5a71d894.tar.zst
locusts-33a6fa693141e20956edff3ec5f16fff5a71d894.zip
Bump more GHA files
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--.github/workflows/docker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 792f725..3eec611 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -39,11 +39,11 @@ jobs:
run: tinygo build -o locusts ./include
- name: Extract metadata
id: meta
- uses: docker/metadata-action@v3
+ uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Login to GitHub Registry
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}