Skip to content

Commit f84b8d2

Browse files
authored
Fix GHA release docker image tagging
1 parent cd2a90d commit f84b8d2

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ env:
99
CACHE_KEY: docker-erddap-buildx-tag-
1010

1111
jobs:
12-
debug:
13-
name: Debug
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: Dump env
17-
run: env | sort
18-
- name: Dump GitHub context
19-
env:
20-
GITHUB_CONTEXT: ${{ toJson(github) }}
21-
run: echo "$GITHUB_CONTEXT"
22-
2312
build:
2413
name: Build and test Docker Image
2514
runs-on: ubuntu-20.04
@@ -78,8 +67,6 @@ jobs:
7867

7968
- name: Set up Docker Buildx
8069
uses: docker/setup-buildx-action@v1
81-
with:
82-
buildkitd-flags: --debug
8370

8471
- name: Cache Docker layers
8572
uses: actions/cache@v2
@@ -99,6 +86,6 @@ jobs:
9986
uses: docker/build-push-action@v2
10087
with:
10188
push: true
102-
tags: ${{ github.event.release.tag_name }}
89+
tags: axiom/docker-erddap:${{ github.event.release.tag_name }}
10390
cache-from: type=local,src=${ BUILDX_CACHE }
10491
cache-to: type=local,dest=${ BUILDX_CACHE }

0 commit comments

Comments
 (0)