diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd2b0df..ffb671b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,16 +13,16 @@ jobs: docker: name: Build and Push Docker Image runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 + container: + image: catthehacker/ubuntu:act-latest + steps: - name: Set image name shell: bash run: echo "IMAGE_NAME=git.keithsolomon.net/${GITHUB_REPOSITORY_OWNER,,}/NetTrak" >> "$GITHUB_ENV" - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + - name: Checkout + uses: actions/checkout@v4 - name: Log in to Registry uses: docker/login-action@v3 @@ -31,6 +31,9 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - name: Docker metadata id: meta uses: docker/metadata-action@v5